home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000359_news@columbia.edu_Thu Sep 14 22:04:52 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA11918
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Thu, 14 Sep 1995 18:04:56 -0400
  3. Received: by apakabar.cc.columbia.edu id AA02090
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Thu, 14 Sep 1995 18:04:55 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: MS-Kermit <-> C-Kermit file translate
  9. Date: 14 Sep 1995 22:04:52 GMT
  10. Organization: Columbia University
  11. Lines: 16
  12. Message-Id: <43a8u4$218@apakabar.cc.columbia.edu>
  13. References: <1995Sep13.210403@airvax.air.ups.com>
  14. Nntp-Posting-Host: watsun.cc.columbia.edu
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <1995Sep13.210403@airvax.air.ups.com>,
  18. George Gary Perkins <air1ggp@airvax.air.ups.com> wrote:
  19. : I am attempting to use a PC --> C-Kermit --> PC upload/download to
  20. : translate a file with code page 437 characters to one with a
  21. : Macintosh character set. Two different C-Kermit(189) installations
  22. : to which I have access include macintosh-latin as a file character
  23. : set [set file char ?], but when I "set file char mac", "sho file"
  24. : reports the character set as dg-international.
  25. :
  26. Try the current version of C-Kermit, which is 5A(190).  It works
  27. fine there.
  28.  
  29. You can even upload the file without translation and then tell
  30. C-Kermit to "translate <filename> cp437 mac".
  31.  
  32. - Frank